1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added namespace

Signed-off-by: Pascal Henry Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Henry Bauer 2023-01-20 23:04:15 +01:00
parent 7534086e08
commit dfb4d30b3f

View file

@ -8,7 +8,13 @@
* SPDX-License-Identifier: Apache-2.0
*********************************************************************************/
namespace villas {
namespace fpga {
class Card {
public:
};
};
} /* namespace fpga */
} /* namespace villas */