style unification

This commit is contained in:
rusefillc 2023-04-19 16:46:41 -04:00
parent b149578bab
commit b213dddcd6
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ void initSent();
void SENT_ISR_Handler(uint8_t ch, uint16_t val_res);
/* Stop/Start for config update */
void startSent(void);
void stopSent(void);
void startSent();
void stopSent();
float getSentValue(size_t index);
int getSentValues(size_t index, uint16_t *sig0, uint16_t *sig1);