Skip to content

Commit

Permalink
空白削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue-Crescent committed Feb 19, 2024
1 parent 1fd32cd commit c386c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JJYReceiver.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class JJYReceiver {
JJYData last_jjydata[1];
volatile enum STATE state = INIT;
volatile enum JJYSTATE jjystate = JJY_INIT;
volatile uint8_t rcvcnt = 0;
volatile uint8_t rcvcnt = 0;
volatile unsigned long fallingtime[2];
volatile const int8_t datapin,selpin,ponpin;
volatile int8_t monitorpin = -1;
Expand Down

0 comments on commit c386c3e

Please sign in to comment.