diff options
Diffstat (limited to 'apps/osc.h')
-rw-r--r-- | apps/osc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ typedef struct { } osc_t; int osc_init(osc_t* o, const char* port); -void osc_start(osc_t* o); -void osc_stop(osc_t* o); +int osc_start(osc_t* o); +int osc_stop(osc_t* o); #endif |