newrpl/tools/decimal-optimization/atan_2_8_light.c
2017-05-19 18:20:09 -04:00

21 lines
423 B
C

/*
* Copyright (c) 2014-2015, Claudio Lapilli and the newRPL Team
* All rights reserved.
* This file is released under the 3-clause BSD license.
* See the file LICENSE.txt that shipped with this distribution.
*/
#include <ui.h>
#ifdef CONFIG_LIGHT_MATH_TABLES
const uint32_t const atan_2_8_dict[1]= { 0 };
const uint16_t const atan_2_8_offsets[1]= { 0 };
const uint8_t const atan_2_8_stream[1]= { 0 };
#endif