HAL for Linux (#13146)

This commit is contained in:
Scott Lahteine
2019-02-22 19:09:10 -06:00
committed by GitHub
parent 5eb82ca6a8
commit 15aa932aa6
45 changed files with 3064 additions and 3 deletions

View File

@ -158,6 +158,10 @@
}
}
#elif defined(__PLAT_LINUX__)
// specified inside platform
#else
#error "Unsupported MCU architecture"