Browse Source

HAL_ChibiOS: use ch.h header for oslib api

mission-4.1.18
Siddharth Purohit 7 years ago committed by Andrew Tridgell
parent
commit
2604b00b43
  1. 2
      libraries/AP_HAL_ChibiOS/Util.cpp
  2. 2
      libraries/AP_HAL_ChibiOS/hwdef/common/malloc.c

2
libraries/AP_HAL_ChibiOS/Util.cpp

@ -18,7 +18,7 @@
#include <AP_Math/AP_Math.h> #include <AP_Math/AP_Math.h>
#include "Util.h" #include "Util.h"
#include <chlib.h> #include <ch.h>
#include "RCOutput.h" #include "RCOutput.h"
#include "hwdef/common/stm32_util.h" #include "hwdef/common/stm32_util.h"
#include "hwdef/common/flash.h" #include "hwdef/common/flash.h"

2
libraries/AP_HAL_ChibiOS/hwdef/common/malloc.c

@ -27,7 +27,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <hal.h> #include <hal.h>
#include <chmemheaps.h> #include <ch.h>
#include <stdarg.h> #include <stdarg.h>
#include "stm32_util.h" #include "stm32_util.h"

Loading…
Cancel
Save