summaryrefslogtreecommitdiffstats
path: root/include/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/app.h')
-rw-r--r--include/app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/app.h b/include/app.h
index c26c131..83ef48a 100644
--- a/include/app.h
+++ b/include/app.h
@@ -134,7 +134,7 @@ void hal_write_flash(u32 offset,const u8 *data, u32 length);
134/** 134/**
135 * Called on startup, this is a good place to do any initialisation. 135 * Called on startup, this is a good place to do any initialisation.
136 */ 136 */
137void app_init(); 137void app_init(const u16 *adc_buffer);
138 138
139/** 139/**
140 * 1kHz (1ms) timer. You can set LEDs and send MIDI out from this function, 140 * 1kHz (1ms) timer. You can set LEDs and send MIDI out from this function,