diff options
| author | Xavi Del Campo <xavi.dcr@tutanota.com> | 2020-03-08 17:23:03 +0100 |
|---|---|---|
| committer | Xavi Del Campo <xavi.dcr@tutanota.com> | 2020-03-08 22:33:58 +0100 |
| commit | 68e21103e09c7a59292485ab805683760b86e6ba (patch) | |
| tree | 92c33d6211eeae35600525e2520a138503e8281d /include/System.h | |
| parent | 96b0c9d692fd4b41d41e13cdcd8fc773b3976dde (diff) | |
| download | opensend-68e21103e09c7a59292485ab805683760b86e6ba.tar.gz | |
Implemented message protocol, not tested yet
Diffstat (limited to 'include/System.h')
| -rw-r--r-- | include/System.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/System.h b/include/System.h index 028a840..cf6bf03 100644 --- a/include/System.h +++ b/include/System.h @@ -2,5 +2,6 @@ #define SYSTEM_H void SystemInit(void); +void SystemDeinit(void); #endif /* SYSTEM_H */ |
