Follow coding convention.
[bertos.git] / bertos / sec / random_p.h
index 97d51dadd4fb3d54430b26463c2d784ddbcc1834..bf1b75757a3ca3267128eca296f67f2cd66f805b 100644 (file)
@@ -47,7 +47,8 @@
 
 #define POOL_NONE       0
 #define POOL_YARROW     1
-#define POOL_NAME1      Yarrow
+#define POOL_NAMEU1     YarrowPool
+#define POOL_NAMEL1     yarrowpool
 
 #define PRNG_ISAAC      1
 #define PRNG_X917       2