main.h 248 B

123456789101112131415161718
  1. /*!
  2. \file main.c
  3. \brief the header file of main
  4. */
  5. /*
  6. Copyright (C) 2017 GigaDevice
  7. 2017-06-06, V1.0.0, firmware for GD32F3x0
  8. */
  9. #ifndef MAIN_H
  10. #define MAIN_H
  11. /* constants definitions */
  12. #define BKP_VALUE 0x32F0
  13. #endif