Browse Source

CPU load header cleanup

sbg
Lorenz Meier 9 years ago
parent
commit
120ff6ea15
  1. 7
      src/modules/systemlib/cpuload.c

7
src/modules/systemlib/cpuload.c

@ -1,8 +1,6 @@
/**************************************************************************** /****************************************************************************
* *
* Copyright (c) 2012, 2013 PX4 Development Team. All rights reserved. * Copyright (c) 2012-2016 PX4 Development Team. All rights reserved.
* Author: Lorenz Meier <lm@inf.ethz.ch>
* Petri Tanskanen <petri.tanskanen@inf.ethz.ch>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
@ -38,11 +36,10 @@
* *
* Measurement of CPU load of each individual task. * Measurement of CPU load of each individual task.
* *
* @author Lorenz Meier <lm@inf.ethz.ch> * @author Lorenz Meier <lorenz@px4.io>
* @author Petri Tanskanen <petri.tanskanen@inf.ethz.ch> * @author Petri Tanskanen <petri.tanskanen@inf.ethz.ch>
*/ */
#include <px4_config.h> #include <px4_config.h>
//#include <nuttx/sched.h>
#include <sys/types.h> #include <sys/types.h>
#include <stdint.h> #include <stdint.h>

Loading…
Cancel
Save