Manually inline sbi/cbi macros

This commit is contained in:
Allen Hill
2026-05-15 22:27:09 +00:00
parent 877e88fcd0
commit f68fa5ab60
2 changed files with 6 additions and 9 deletions
-3
View File
@@ -28,9 +28,6 @@
// PA7 AINN1 -
#define BUS_IS_IDLE (bit_is_clear(AC2_STATUS, AC_STATE_bp))
#define sbi(port, bit) (port) |= (1 << (bit)) // Set bit (i.e. to 1)
#define cbi(port, bit) (port) &= ~(1 << (bit)) // Clear bit (i.e. set bit to 0)
#define MAXMSGLEN 32
#define DEVICE_ADDR 0x360 // CD Changer address