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.
|
* Implemented in order to avoid duplicate locking and boost performance.
|
||||||
*/
|
*/
|
||||||
void _acquire(void);
|
void _acquire(void);
|
||||||
};
|
|
||||||
|
|
||||||
#endif //!defined(DOXYGEN_ONLY)
|
#endif //!defined(DOXYGEN_ONLY)
|
||||||
|
};
|
||||||
|
|
||||||
} // namespace mbed
|
} // namespace mbed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue