forked from Archive/PX4-Autopilot
Remove duplicate EOF trailing newlines
because they can screw up git when merging branches.
This commit is contained in:
parent
5491f9b8f9
commit
933ff8d480
|
@ -38,4 +38,3 @@
|
|||
#pragma once
|
||||
|
||||
#include <px4_platform_common/defines.h>
|
||||
|
||||
|
|
|
@ -39,4 +39,3 @@
|
|||
#pragma once
|
||||
|
||||
#include <px4_platform_common/log.h>
|
||||
|
||||
|
|
|
@ -70,5 +70,3 @@ private:
|
|||
#ifdef PX4_MAIN
|
||||
extern int PX4_MAIN(int argc, char *argv[]);
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -1078,4 +1078,3 @@ __EXPORT bool board_has_bus(enum board_bus_types type, uint32_t bus);
|
|||
* 32000 resets.
|
||||
*/
|
||||
int board_hardfault_init(int display_to_console, bool allow_prompt);
|
||||
|
||||
|
|
|
@ -50,5 +50,3 @@
|
|||
* @return 0 on success, -errno otherwise
|
||||
*/
|
||||
int px4_get_parameter_value(const char *option, int &value);
|
||||
|
||||
|
||||
|
|
|
@ -43,4 +43,3 @@ __BEGIN_DECLS
|
|||
int px4_getopt(int argc, char *argv[], const char *options, int *myoptind, const char **myoptarg);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
|
|
@ -51,4 +51,3 @@ __EXPORT void init(int argc, char *argv[], const char *process_name);
|
|||
} // namespace px4
|
||||
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
|
|
@ -38,4 +38,3 @@
|
|||
|
||||
// include arch-specific header
|
||||
#include <px4_arch/micro_hal.h>
|
||||
|
||||
|
|
|
@ -96,4 +96,3 @@ __EXPORT int px4_shutdown_lock(void);
|
|||
__EXPORT int px4_shutdown_unlock(void);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
|
|
@ -190,4 +190,3 @@ __EXPORT int px4_prctl(int option, const char *arg2, px4_task_t pid);
|
|||
__EXPORT const char *px4_get_taskname(void);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
|
|
@ -38,4 +38,3 @@
|
|||
#pragma once
|
||||
|
||||
#include <px4_platform_common/time.h>
|
||||
|
||||
|
|
|
@ -59,4 +59,3 @@ __BEGIN_DECLS
|
|||
__EXPORT int board_determine_hw_info(void);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
|
|
@ -53,4 +53,3 @@ __BEGIN_DECLS
|
|||
__EXPORT void px4_gpio_init(const uint32_t list[], int count);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
|
|
@ -35,4 +35,3 @@ px4_add_library(arch_version
|
|||
board_identity.c
|
||||
board_mcu_version.c
|
||||
)
|
||||
|
||||
|
|
|
@ -35,4 +35,3 @@ px4_add_library(arch_version
|
|||
board_identity.c
|
||||
board_mcu_version.c
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue