board/meson.build: Fix sorting

This commit is contained in:
Tau 2019-02-26 13:45:41 -05:00
parent 8036ff71ec
commit 05ccf363d9
1 changed files with 2 additions and 2 deletions

View File

@ -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',