16 lines
346 B
C
16 lines
346 B
C
|
#ifndef PARAM_PARAM_CLIENT_H
|
||
|
#define PARAM_PARAM_CLIENT_H
|
||
|
/* Copyright (c) 2013-2018 GomSpace A/S. All rights reserved. */
|
||
|
/**
|
||
|
@file
|
||
|
|
||
|
Legacy/deprecated include of header files for libparam client.
|
||
|
*/
|
||
|
|
||
|
#include <param/param_serializer.h>
|
||
|
#include <param/param_string.h>
|
||
|
#include <param/param_lock.h>
|
||
|
#include <param/rparam_client.h>
|
||
|
|
||
|
#endif
|