Logo white

何征华 / RF_FCC

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • RF_FCC
  • Utilities
  • Third_Party
  • fat_fs
  • src
  • fattime.c
  • 完成USB移植,测试正常,
    95ce2328
    李外 authored
    2022-07-22 11:33:20 +0800  
    Browse Code »
fattime.c 112 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11


#include "integer.h"
#include "fattime.h"
//#include "rtc.h" //RPi

DWORD get_fattime (void)
{
  return 0;
}