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/src/eeprom.c

    r3 r8  
     1/**
     2  ******************************************************************************
     3  * @file    eeprom.c
     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
    115#include "eeprom.h"
    216#include "stdio.h"
Note: See TracChangeset for help on using the changeset viewer.