IO main loop: Code style

This commit is contained in:
Lorenz Meier
2017-12-31 12:18:05 +01:00
parent 7d44567fab
commit ac113d71af
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
/****************************************************************************
*
* Copyright (c) 2012-2015 PX4 Development Team. All rights reserved.
* Copyright (c) 2012-2017 PX4 Development Team. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -34,6 +34,8 @@
/**
* @file px4io.c
* Top-level logic for the PX4IO module.
*
* @author Lorenz Meier <lorenz@px4.io>
*/
#include <px4_config.h>
+3 -1
View File
@@ -1,6 +1,6 @@
/****************************************************************************
*
* Copyright (c) 2012-2014 PX4 Development Team. All rights reserved.
* Copyright (c) 2012-2017 PX4 Development Team. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -35,6 +35,8 @@
* @file px4io.h
*
* General defines and structures for the PX4IO module firmware.
*
* @author Lorenz Meier <lorenz@px4.io>
*/
#pragma once