Compare commits
No commits in common. "17b911ff8e61788077610d1516483ee2009db5bd" and "6ae88b0101b4ee091707d46071e693ac16f48b16" have entirely different histories.
17b911ff8e
...
6ae88b0101
@ -1,3 +0,0 @@
|
||||
dtparam=spi=on
|
||||
dtoverlay=hifiberry-dac
|
||||
dtoverlay=gpio-poweroff,gpiopin=24,active_low=1
|
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user