mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 02:42:33 +00:00
fix build
This commit is contained in:
parent
ff3cc4a537
commit
01899c8b1f
3
3rd-party/micro-ecc/uECC.c
vendored
3
3rd-party/micro-ecc/uECC.c
vendored
@ -2,6 +2,9 @@
|
||||
|
||||
#include "uECC.h"
|
||||
|
||||
// NULL
|
||||
#include "stddef.h"
|
||||
|
||||
#ifndef uECC_PLATFORM
|
||||
#if __AVR__
|
||||
#define uECC_PLATFORM uECC_avr
|
||||
|
@ -37,6 +37,7 @@
|
||||
|
||||
#define BTSTACK_FILE__ "btstack_resample.c"
|
||||
|
||||
#include "btstack_bool.h"
|
||||
#include "btstack_resample.h"
|
||||
|
||||
void btstack_resample_init(btstack_resample_t * context, int num_channels){
|
||||
|
Loading…
x
Reference in New Issue
Block a user