We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a0871 commit f16c011Copy full SHA for f16c011
1 file changed
firmware/chipignite/polysat/src/polysat.c
@@ -89,8 +89,7 @@ void configure_io() {
89
90
// Initiate the serial transfer to configure IO
91
reg_mprj_xfer = 1;
92
- while (reg_mprj_xfer == 1)
93
- ;
+ while (reg_mprj_xfer == 1);
94
}
95
96
/** @brief Delay in microseconds
0 commit comments