Add missing meson_options.txt

main
alexis 2023-01-02 11:57:59 -07:00
parent d1e7ce0776
commit 0fc5bbdfda
1 changed files with 5 additions and 0 deletions

5
meson_options.txt Normal file
View File

@ -0,0 +1,5 @@
option(
'timdac_hw', type: 'combo', choices: ['none', 'ch32v103'], value: 'none',
description: 'Which hardware driver to use',
)