We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, why you use source files after preprocessor and not original ? For example (too many files)
hardware\nrf52\3.5.3\cores\nRF5\external\nRF5_SDK\nRF5_SDK_17.0.2_d674dde\components\ble\ble_advertising\ble_advertising.c (see text without markup) `
#define STDC 1 #define STDC_VERSION 199901L #define STDC_HOSTED 1 #define GNUC 10 #define GNUC_MINOR 2 #define GNUC_PATCHLEVEL 1 #define VERSION "10.2.1 20201103 (release)" #define __ATOMIC_RELAXED 0 #define __ATOMIC_SEQ_CST 5 #define __ATOMIC_ACQUIRE 2 #define __ATOMIC_RELEASE 3 #define __ATOMIC_ACQ_REL 4 #define __ATOMIC_CONSUME 1 #define OPTIMIZE_SIZE 1 #define OPTIMIZE 1 #define FINITE_MATH_ONLY 0 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_SHORT 2 #define SIZEOF_FLOAT 4 #define SIZEOF_DOUBLE 8 #define SIZEOF_LONG_DOUBLE 8 #define SIZEOF_SIZE_T 4 #define CHAR_BIT 8
` or cores/nRF5/external/lora/LoRaMac-node-4.4.7/src/radio/sx126x/radio.c ...
Thanks in advance Mitek
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
why you use source files after preprocessor and not original ?
For example (too many files)
hardware\nrf52\3.5.3\cores\nRF5\external\nRF5_SDK\nRF5_SDK_17.0.2_d674dde\components\ble\ble_advertising\ble_advertising.c
(see text without markup)
`
1 "/home/jenkins/workspace/RUI_Release/rui-v3/external/nRF5_SDK/nRF5_SDK_17.0.2_d674dde/components/ble/ble_advertising/ble_advertising.c"
1 "/home/jenkins/workspace/RUI_Release/rui-v3//"
1 ""
#define STDC 1
#define STDC_VERSION 199901L
#define STDC_HOSTED 1
#define GNUC 10
#define GNUC_MINOR 2
#define GNUC_PATCHLEVEL 1
#define VERSION "10.2.1 20201103 (release)"
#define __ATOMIC_RELAXED 0
#define __ATOMIC_SEQ_CST 5
#define __ATOMIC_ACQUIRE 2
#define __ATOMIC_RELEASE 3
#define __ATOMIC_ACQ_REL 4
#define __ATOMIC_CONSUME 1
#define OPTIMIZE_SIZE 1
#define OPTIMIZE 1
#define FINITE_MATH_ONLY 0
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_SHORT 2
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 8
#define SIZEOF_SIZE_T 4
#define CHAR_BIT 8
`
or
cores/nRF5/external/lora/LoRaMac-node-4.4.7/src/radio/sx126x/radio.c
...
Thanks in advance
Mitek
The text was updated successfully, but these errors were encountered: