Add direction to dynamic_macro_record_start_user (#19689)

This commit is contained in:
Johannes H. Jensen
2023-04-03 05:01:07 +02:00
committed by GitHub
parent 9a68472da8
commit 68efea70b2
13 changed files with 17 additions and 17 deletions

View File

@@ -42,7 +42,7 @@ static int current_accel = 0;
static uint16_t REC = DM_REC1;
static uint16_t PLY = DM_PLY1;
void dynamic_macro_record_start_user(void) {
void dynamic_macro_record_start_user(int8_t direction) {
REC = DM_RSTP;
RECORDING = true;
}