osd: rename driver to atxxxx

This commit is contained in:
Beat Küng
2019-02-18 21:45:39 +01:00
committed by Daniele Pettenuzzo
parent c3f9294b49
commit 717e52fa57
6 changed files with 103 additions and 62 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
#
# OmnibusF4SD specific board extras init
#------------------------------------------------------------------------------
if ! param compare OSD_ATXXXX_CFG 0
then
atxxxx start
fi