forked from Imagelibrary/rtems
added "ifndef" for ASM to avoid redefinition warnings.
This commit is contained in:
@@ -32,7 +32,9 @@
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
*/
|
||||
|
||||
#ifndef ASM
|
||||
#define ASM
|
||||
#endif
|
||||
#include <rtems/score/targopts.h>
|
||||
#include <rtems/score/asm.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user