REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
assets.cpp
Go to the documentation of this file.
1// Copyright (c) 2023 anabrid GmbH
2// Contact: https://www.anabrid.com/licensing/
3// SPDX-License-Identifier: MIT OR GPL-2.0-or-later
4
5#include "web/assets.h"
6
7// This stub allows the code compile, the attic is empty,
8// no static files are included in the build.
9
10// Note that the code in lib/communication/assets/ overwrites
11// this file with proper load instructions.
12
13web::StaticAttic::StaticAttic() : files(NULL), number_of_files(0) {}