summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit/LPC.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-07 08:44:53 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-07 08:44:53 +0100
commit696d6ffdd2404f2aca526075a0df9022e3397d72 (patch)
treea34b4a3026dbd3a2ed41794555ab2f9020c4df35 /dev/SCIKit/LPC.h
parent50c9f923a00e2fc1b80c9a7d860f96a4509d2232 (diff)
IMP: made make_application to executable, and refactor source code with
better comments. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/SCIKit/LPC.h')
-rw-r--r--dev/SCIKit/LPC.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev/SCIKit/LPC.h b/dev/SCIKit/LPC.h
index c81554d4..95cdad90 100644
--- a/dev/SCIKit/LPC.h
+++ b/dev/SCIKit/LPC.h
@@ -6,9 +6,10 @@
#pragma once
+#include <SCIKit/Macros.h>
+
/// @file LPC.h
-/// @brief Local Process Codes.
-///
+/// @brief Local Process Code type and values.
#define ErrLocalIsOk() (kLastError == kErrorSuccess)
#define ErrLocalFailed() (kLastError != kErrorSuccess)
#define ErrLocal() (kLastError)