diff --git a/board/meson.build b/board/meson.build index 6ed2636..4b7a4dd 100644 --- a/board/meson.build +++ b/board/meson.build @@ -14,14 +14,14 @@ board_lib = static_library( 'io3.h', 'sg-cmd.c', 'sg-cmd.h', + 'sg-frame.c', + 'sg-frame.h', 'sg-led.c', 'sg-led.h', 'sg-led-cmd.h', 'sg-nfc.c', 'sg-nfc.h', 'sg-nfc-cmd.h', - 'sg-frame.c', - 'sg-frame.h', 'slider-cmd.h', 'slider-frame.c', 'slider-frame.h',