1
0
mirror of https://github.com/kidoman/embd synced 2024-06-01 08:38:05 +02:00

fix a typo in the supported hosts list

This commit is contained in:
Karan Misra 2014-05-22 02:56:50 +05:30
parent 0e373241a3
commit 9bc13a9654

View File

@ -28,7 +28,7 @@ const (
// HostCubieTruck represents the Cubie Truck. // HostCubieTruck represents the Cubie Truck.
HostCubieTruck = "CubieTruck" HostCubieTruck = "CubieTruck"
// HostRadxa represents the Cubie Truck. // HostRadxa represents the Radxa board.
HostRadxa = "Radxa" HostRadxa = "Radxa"
) )