Skip to content
Snippets Groups Projects
Commit ae5527fa authored by Lorenz Meier's avatar Lorenz Meier
Browse files

FMUv2: Save 3KB of RAM

parent eb7970be
No related branches found
No related tags found
No related merge requests found
/****************************************************************************
*
* Copyright (c) 2013, 2014 PX4 Development Team. All rights reserved.
* Copyright (c) 2013-2016 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
......@@ -272,7 +272,7 @@ __BEGIN_DECLS
/* This board provides a DMA pool and APIs */
#define BOARD_DMA_ALLOC_POOL_SIZE 8192
#define BOARD_DMA_ALLOC_POOL_SIZE 5120
/****************************************************************************************************
* Public Types
****************************************************************************************************/
......
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