Add constants doc entries

This commit is contained in:
30hours 2024-01-20 12:45:08 +00:00
parent 3ccf6dc093
commit 952dd1de68

View file

@ -1,3 +1,7 @@
/// @file Constants.h
/// @brief Constants header namespace.
/// @author 30hours
#ifndef CONSTANTS_H
#define CONSTANTS_H
@ -5,6 +9,7 @@
namespace Constants
{
/// @brief Speed of light (m/s).
const uint32_t c = 299792458;
}