posix: remove random lies

This commit is contained in:
Julian Oes
2018-11-14 14:48:24 +01:00
parent 11b7411bf8
commit 66e7b4d578
+1 -6
View File
@@ -1,6 +1,7 @@
/****************************************************************************
*
* Copyright (c) 2015 Mark Charlebois. All rights reserved.
* Copyright (c) 2018 PX4 Development Team. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -31,12 +32,6 @@
*
****************************************************************************/
/**
* @file vdev_posix.cpp
*
* POSIX-like API for virtual character device
*/
#include "cdev_platform.hpp"
#include <string>