Doxygen
This commit is contained in:
parent
daaf848e0c
commit
b1271cee43
@ -3,11 +3,14 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief PCB/Hardware Revision Type
|
||||||
|
*/
|
||||||
enum hw_revision {
|
enum hw_revision {
|
||||||
HW_REV_NOT_DETECTED = 0,
|
HW_REV_NOT_DETECTED = 0, /**< @brief The hardware has'nt been detected (yet) */
|
||||||
HW_REV_ERROR = 1,
|
HW_REV_ERROR = 1, /**< @brief The hardware revision could not be detected due to an internal error */
|
||||||
HW_REV_V1_2 = 120,
|
HW_REV_V1_2 = 120, /**< @brief Hardware Revision v1.2 */
|
||||||
HW_REV_V1_3 = 130,
|
HW_REV_V1_3 = 130, /**< @brief Hardware Revision v1.3 */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user