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/yeolde.h You should set ROOT_URL correctly, otherwise the web may not work correctly.
Some old AVR projects
 
 
 
 
 
 
avr-projects/projects/rgb_stuff/random_wander/lib/yeolde.h

31 lines
550 B

#pragma once
/**
Ye Olde Control Structures
*/
#include "loops.h"
#define whilst(what) while((what))
#define when(what) if((what))
#define otherwise else
#define commence {
#define then {
#define cease }
#define choose(what) switch((what))
#define option case
#define shatter break
#define replay continue
#define equals ==
#define is ==
#define be =
#define over >
#define above >
#define under <
#define below <
#define let /**/
#define raise(what) (what)++
#define number int
#warning "This is a joke. Do not use YeOlde.h in serious code!"