]> git.gir.st - tmk_keyboard.git/commit
Fix deprecated 'prog_*' typedef - Issue #34
authortmk <nobody@nowhere>
Mon, 20 May 2013 13:42:29 +0000 (22:42 +0900)
committertmk <nobody@nowhere>
Tue, 21 May 2013 01:16:55 +0000 (10:16 +0900)
commit796defa86c3e8a756b66937f5c010640eeac2d13
tree57a2ee4e96291eb23fbfb4d7553b2ee12430001a
parentadbd15d5bdbd5f28657d0fa0ecdcf25768b4267d
Fix deprecated 'prog_*' typedef - Issue #34

- Remove prog_char from xpritnf
- Remove prog_macro_t from acton_macro

avr-libc-1.8 removed 'prog_*' typedef because the usage of
the __progmem__ attribute on a type is not supported in GCC.
http://www.nongnu.org/avr-libc/changes-1.8.html
common/action.h
common/action_macro.c
common/action_macro.h
common/keymap.c
common/xprintf.S
common/xprintf.h
converter/pc98_usb/keymap.c
keyboard/hhkb/keymap.c
Imprint / Impressum