RTCv1. Fixed compilation issue in FAT timestap code.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4709 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2012-09-21 11:59:21 +00:00
parent 88b43705d3
commit 563825490e
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,6 @@
#include "ch.h"
#include "hal.h"
#include "chrtclib.h"
#if HAL_USE_RTC || defined(__DOXYGEN__)
@ -300,6 +299,8 @@ void rtc_lld_set_callback(RTCDriver *rtcp, rtccb_t callback) {
}
}
#include "chrtclib.h"
/**
* @brief Get current time in format suitable for usage in FatFS.
*