Modify setIMR() & getIMR() and setSIMR() & getSIMR()
In order to integrate W5200 with ioLibrary setIMR() & getIMR(): Set/Get a value to IMR2 intead of _IMR_. setIMR2() & getIMR2() (setSIMR() & getSIMR()) : Set/Get a value to _IMR_ instead of IMR2
This commit is contained in:
@ -341,7 +341,9 @@ typedef enum
|
||||
SIK_RECEIVED = (1 << 2), ///< data received
|
||||
SIK_TIMEOUT = (1 << 3), ///< timeout occurred
|
||||
SIK_SENT = (1 << 4), ///< send ok
|
||||
SIK_ALL = 0x1F, ///< all interrupt
|
||||
//M20150410 : Remove the comma of last member
|
||||
//SIK_ALL = 0x1F, ///< all interrupt
|
||||
SIK_ALL = 0x1F ///< all interrupt
|
||||
}sockint_kind;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user