1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #9397 from smlng/pr/unittests/make

unittests: fix (some more) invisible unicode chars in Makefiles
This commit is contained in:
Koen Zandberg 2018-06-22 11:51:20 +02:00 committed by GitHub
commit ce56f91a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,3 @@
USEPKG += cn-cbor
USEPKG += cn-cbor
USEMODULE += fmt
USEMODULE += memarray

View File

@ -1,4 +1,4 @@
/*
/*
* Copyright (C) Lorenz Hüther, Mathias Detmers
*
* This file is subject to the terms and conditions of the GNU Lesser

View File

@ -1 +1 @@
include $(RIOTBASE)/Makefile.base
include $(RIOTBASE)/Makefile.base

View File

@ -1,4 +1,4 @@
CFLAGS +=-DCOSE_SIGNATURES_MAX=2
CFLAGS +=-DCOSE_SIGNATURES_MAX=2
USEPKG += libcose

View File

@ -1,4 +1,4 @@
/*
/*
* Copyright (C) 2018 Freie Universität Berlin
* Copyright (C) 2018 Inria
*

View File

@ -1 +1 @@
include $(RIOTBASE)/Makefile.base
include $(RIOTBASE)/Makefile.base

View File

@ -1 +1 @@
USEMODULE += uuid
USEMODULE += uuid

View File

@ -1,4 +1,4 @@
/*
/*
* Copyright (C) 2018 Freie Universität Berlin
* Copyright (C) 2018 Inria
*