This commit is contained in:
resistancelion
2025-02-08 04:41:41 +02:00
parent bfbd1a533b
commit 8b60290c7d
7 changed files with 14 additions and 14 deletions

View File

@@ -36,9 +36,9 @@
* \code
* #if defined(__NMSIS_VERSION) && (__NMSIS_VERSION >= 0x00010105)
* #warning "Yes, we have NMSIS 1.1.5 or later"
* #else
* #else
* #error "We need NMSIS 1.1.5 or later!"
* #endif
* #endif
* \endcode
*
* @{