Ignore:
Timestamp:
Jun 12, 2023, 10:56:35 AM (19 months ago)
Author:
f.jahn
Message:

Fixing project before activating IWDG timer in CubeMX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ecs_cellMon/firmware/inc/eeprom.h

    r3 r8  
     1/**
     2  ******************************************************************************
     3  * @file    eeprom.h
     4  * @author  ECS - Zed Kazharov
     5  * @version V1.0.0
     6  * @date    10-Jan-2023
     7  * @brief   Virtual EEPROM in FLASH memory
     8  *
     9  *          Beschreibung         
     10  *         
     11  *
     12  ******************************************************************************
     13  */
     14
     15#ifndef __VEEPROM_H
     16#define __VEEPROM_H
     17
    118#include "stm32g0xx_hal.h"
    219#include "stdbool.h"
     
    1229
    1330bool EEPROM_isFirstStart(void);
     31
     32#endif
Note: See TracChangeset for help on using the changeset viewer.