mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Use __BFIN__ instead of BFIN.
This commit is contained in:
@@ -43,7 +43,7 @@ extern "C" {
|
||||
* Figure out all CPU Model Feature Flags based upon compiler
|
||||
* predefines.
|
||||
*/
|
||||
#if defined(BFIN)
|
||||
#if defined(__BFIN__)
|
||||
#define CPU_MODEL_NAME "BF533"
|
||||
#define BF_HAS_FPU 0
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user