Skip to content
Snippets Groups Projects
Commit 507a8725 authored by Jake Dahl's avatar Jake Dahl Committed by Lorenz Meier
Browse files

Made changes as requested by the dev team.

parent 07d606ef
No related branches found
No related tags found
No related merge requests found
############################################################################
#
# Copyright (c) 2016 PX4 Development Team. 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
......@@ -33,11 +33,6 @@
px4_add_module(
MODULE drivers__pga460
MAIN pga460
COMPILE_FLAGS
-Os
SRCS
pga460.cpp
DEPENDS
platforms__common
)
# vim: set noet ft=cmake fenc=utf-8 ff=unix :
/****************************************************************************
*
* Copyright (c) 2017 PX4 Development Team. 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
......
/****************************************************************************
*
* Copyright (c) 2012-2016 PX4 Development Team. All rights reserved.
* Copyright (c) 2012-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
......@@ -848,4 +848,4 @@ int PGA460::write_register(const uint8_t reg, const uint8_t val)
int pga460_main(int argc, char *argv[])
{
return PGA460::main(argc, argv);
}
\ No newline at end of file
}
/****************************************************************************
*
* Copyright (c) 2012-2016 PX4 Development Team. All rights reserved.
* Copyright (c) 2012-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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment