We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe2103 commit d7ca993Copy full SHA for d7ca993
src/rp2_common/hardware_pio/include/hardware/pio.h
@@ -647,7 +647,7 @@ static inline void sm_config_set_mov_status(pio_sm_config *c, enum pio_mov_statu
647
* \return the default state machine configuration which can then be modified.
648
*/
649
static inline pio_sm_config pio_get_default_sm_config(void) {
650
- pio_sm_config c = {0};
+ pio_sm_config c = {};
651
#if PICO_PIO_USE_GPIO_BASE
652
c.pinhi = -1;
653
#endif
0 commit comments