Skip to content

Commit 68628c1

Browse files
fix syntax err from misplaced ifdef
1 parent 263f067 commit 68628c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/SPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ class SPI : private NonCopyable<SPI> {
326326
* Implemented in order to avoid duplicate locking and boost performance.
327327
*/
328328
void _acquire(void);
329-
};
330329

331330
#endif //!defined(DOXYGEN_ONLY)
331+
};
332332

333333
} // namespace mbed
334334

0 commit comments

Comments
 (0)