mirror of https://github.com/ARMmbed/mbed-os.git
fix syntax err from misplaced ifdef
parent
263f067da4
commit
68628c1178
|
@ -326,9 +326,9 @@ private:
|
|||
* Implemented in order to avoid duplicate locking and boost performance.
|
||||
*/
|
||||
void _acquire(void);
|
||||
};
|
||||
|
||||
#endif //!defined(DOXYGEN_ONLY)
|
||||
};
|
||||
|
||||
} // namespace mbed
|
||||
|
||||
|
|
Loading…
Reference in New Issue