Compare commits

..

No commits in common. "17b911ff8e61788077610d1516483ee2009db5bd" and "6ae88b0101b4ee091707d46071e693ac16f48b16" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -1,3 +0,0 @@
dtparam=spi=on
dtoverlay=hifiberry-dac
dtoverlay=gpio-poweroff,gpiopin=24,active_low=1

View File

@ -102,7 +102,7 @@ inline void input_clear_events()
inline uint8_t get_sbc_state()
{
return (PORT_SBCMON(PIN) & PIN_SBCMON);
return !(PORT_SBCMON(PIN) & PIN_SBCMON);
}
// Need to call timer_proc() before calling this function!