Browse Source

IO main loop: Code style

sbg
Lorenz Meier 7 years ago
parent
commit
ac113d71af
  1. 4
      src/modules/px4iofirmware/px4io.c
  2. 4
      src/modules/px4iofirmware/px4io.h

4
src/modules/px4iofirmware/px4io.c

@ -1,6 +1,6 @@ @@ -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 @@ @@ -34,6 +34,8 @@
/**
* @file px4io.c
* Top-level logic for the PX4IO module.
*
* @author Lorenz Meier <lorenz@px4.io>
*/
#include <px4_config.h>

4
src/modules/px4iofirmware/px4io.h

@ -1,6 +1,6 @@ @@ -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 @@ @@ -35,6 +35,8 @@
* @file px4io.h
*
* General defines and structures for the PX4IO module firmware.
*
* @author Lorenz Meier <lorenz@px4.io>
*/
#pragma once

Loading…
Cancel
Save