repo.or.cz
/
kugel-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduce __attribute__((unused)) (#defined to UNUSED_ATTR) to mark possibly unused...
[kugel-rb.git]
/
apps
/
plugins
/
rockboy
/
lcdc.h
blob
9b6c80ea90e2c09bd5b99366805ab99be0205a7c
1
void
stat_trigger
(
void
)
ICODE_ATTR
;
2
void
stat_write
(
byte b
)
ICODE_ATTR
;
3
void
lcdc_change
(
byte b
)
ICODE_ATTR
;
4
void
lcdc_trans
(
void
)
ICODE_ATTR
;