Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/electro/avr-projects/src/commit/d960940a6de212a11472b843b4a64c6a2473161b/projects/rgb_stuff/random_wander/lib/meta.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma once
|
|
|
|
/** Weird constructs for the compiler */
|
|
|
|
// general macros
|
|
#define SECTION(pos) __attribute__((naked, used, section(pos)))
|
|
|