aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/rng.h')
-rw-r--r--ports/stm32/rng.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/stm32/rng.h b/ports/stm32/rng.h
index 1478b7d3f..ed9cc80f2 100644
--- a/ports/stm32/rng.h
+++ b/ports/stm32/rng.h
@@ -23,8 +23,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
-#ifndef MICROPY_INCLUDED_STMHAL_RNG_H
-#define MICROPY_INCLUDED_STMHAL_RNG_H
+#ifndef MICROPY_INCLUDED_STM32_RNG_H
+#define MICROPY_INCLUDED_STM32_RNG_H
#include "py/obj.h"
@@ -32,4 +32,4 @@ uint32_t rng_get(void);
MP_DECLARE_CONST_FUN_OBJ_0(pyb_rng_get_obj);
-#endif // MICROPY_INCLUDED_STMHAL_RNG_H
+#endif // MICROPY_INCLUDED_STM32_RNG_H