Skip to content

Commit 87b5291

Browse files
committed
fix(MPU): Fix the compile error given by compile_error
1 parent c3f8f7a commit 87b5291

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Inc/HALAL/Models/MPU.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ template <typename T>
8989
concept mpu_buffer_payload =
9090
std::is_standard_layout_v<T> && std::is_trivially_destructible_v<T>;
9191

92+
extern void compile_error(const char *msg);
9293
struct MPUDomain {
9394

9495
enum class MemoryDomain : uint8_t {

0 commit comments

Comments
 (0)