forked from epics_driver_modules/motorBase
Fixed problem on 68040 architecture
This commit is contained in:
@@ -137,10 +137,10 @@ typedef enum {
|
||||
#define LSB_First (TRUE) /* LSB is packed first. */
|
||||
#elif defined(sparc) || defined(m68k) || defined(powerpc)
|
||||
#define MSB_First (TRUE) /* MSB is packed first. */
|
||||
#elif (CPU == PPC604) || (CPU == PPC603) || (CPU==PPC85XX)
|
||||
#elif (CPU == PPC604) || (CPU == PPC603) || (CPU==PPC85XX) || (CPU == MC68040)
|
||||
#define MSB_First (TRUE) /* MSB is packed first. */
|
||||
#else
|
||||
Error: unknown bit order!
|
||||
#error: unknown bit order!
|
||||
#endif
|
||||
|
||||
/* -------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user