fix syntax err from misplaced ifdef

pull/8516/head
paul-szczepanek-arm 2018-10-24 08:49:07 +01:00
parent 263f067da4
commit 68628c1178
1 changed files with 1 additions and 1 deletions

View File

@ -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