blob: 3d8fad465899af32f7d1d476bc23da3949bb02a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# vim:ft=make
#
# Copyright 2020 Birte Kristina Friesel
#
# SPDX-License-Identifier: CC0-1.0
ifdef app
loop = 1
override timer_s = 1
endif
ASM_TARGETS += src/app/transactiontest/util.S
|