Changeset 400 in flair-src


Ignore:
Timestamp:
03/17/21 14:48:05 (3 years ago)
Author:
Sanahuja Guillaume
Message:

cosmetic changes

Location:
trunk/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairMeta/src/UavStateMachine.cpp

    r398 r400  
    395395
    396396float UavStateMachine::ComputeCustomThrust(void) {
    397   Thread::Warn("Default GetThrust method is not overloaded => switching back "
     397  Thread::Warn("Default ComputeCustomThrust method is not overloaded => switching back "
    398398               "to safe mode\n");
    399399  EnterFailSafeMode();
  • trunk/lib/FlairSensorActuator/src/V4LCamera_impl.cpp

    r352 r400  
    2525#include <FrameworkManager.h>
    2626#include <fcntl.h>
    27 //#include <linux/videodev2.h>
    2827#include <sys/ioctl.h>
    2928#include <unistd.h>
Note: See TracChangeset for help on using the changeset viewer.