summaryrefslogtreecommitdiff
path: root/src/device/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/control.c')
-rw-r--r--src/device/control.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device/control.c b/src/device/control.c
index 5856f0628..26dd8fb35 100644
--- a/src/device/control.c
+++ b/src/device/control.c
@@ -48,6 +48,8 @@
control_t control_state;
+CFG_TUSB_ATTR_USBRAM CFG_TUSB_MEM_ALIGN uint8_t _shared_control_buffer[64];
+
void controld_reset(uint8_t rhport) {
control_state.current_stage = CONTROL_STAGE_SETUP;
}