mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
18 lines
377 B
C
18 lines
377 B
C
/*
|
|
* sdlog.h
|
|
*
|
|
* Created on: Mar 8, 2012
|
|
* Author: romanpatscheider
|
|
*/
|
|
|
|
#ifndef SENSORS_H_
|
|
#define SENSORS_H_
|
|
/****************************************************************************
|
|
* Included Files
|
|
****************************************************************************/
|
|
|
|
|
|
#define MAX_NO_LOGFOLDER 3000 // tested up to here...
|
|
|
|
#endif /* SENSORS_H_ */
|