score/interr: Fix comments.

This commit is contained in:
Chris Johns
2019-07-03 12:18:18 +10:00
parent e9c83b46a0
commit c4d89deaa6

View File

@@ -152,8 +152,8 @@ typedef enum {
* @brief A list of errors which are generated internally by the executive * @brief A list of errors which are generated internally by the executive
* core. * core.
* *
* Do not re-use numbers of obsolete error codes. Uncomment no longer used * Do not re-use numbers of obsolete error codes. Comment no longer used
* error codes. * error codes and do not uncomment commented or obsolete error codes.
*/ */
typedef enum { typedef enum {
/* INTERNAL_ERROR_NO_CONFIGURATION_TABLE = 0, */ /* INTERNAL_ERROR_NO_CONFIGURATION_TABLE = 0, */