mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
11 lines
No EOL
211 B
C
11 lines
No EOL
211 B
C
/*
|
|
* Copyright (c) 2023 Raspberry Pi (Trading) Ltd.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#include "hardware/divider.h"
|
|
|
|
#if PICO_EMULATE_DIVIDER
|
|
divmod_result_t hw_divider_results[NUM_CORES];
|
|
#endif |