Fixed #include guard.
This commit is contained in:
parent
fe4bae7942
commit
2d37de773c
|
@ -17,7 +17,7 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#ifndef __TIMING__H
|
#ifndef __TIMING_H
|
||||||
#define __TIMING_H
|
#define __TIMING_H
|
||||||
|
|
||||||
struct platform_timeout {
|
struct platform_timeout {
|
||||||
|
@ -26,5 +26,5 @@ struct platform_timeout {
|
||||||
|
|
||||||
uint32_t platform_time_ms(void);
|
uint32_t platform_time_ms(void);
|
||||||
|
|
||||||
#endif
|
#endif /* __TIMING_H */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue