Cleanup, mostly network threading madness. Statusbar is now created at hard reset, IF the configuration has changed. Other minor things.

This commit is contained in:
waltje
2017-10-29 04:20:20 -05:00
parent f4367133e7
commit bfe038ded9
37 changed files with 506 additions and 600 deletions

View File

@@ -15,7 +15,7 @@
*
* Definitions for the BUGGER card.
*
* Version: @(#)bugger.h 1.0.4 2017/10/15
* Version: @(#)bugger.h 1.0.5 2017/10/28
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
*
@@ -34,9 +34,11 @@
extern "C" {
#endif
/* Global variables. */
extern device_t bugger_device;
/* Functions. */
extern void bugger_init(void);
extern void bugger_remove(void);
#ifdef __cplusplus
}